  Information
  ===========

This is source package for Cppreference C++ standard library reference documentation available at
<http://en.cppreference.com>. 

If there is no 'reference/' subdirectory in this package, the actual documentation is not present 
here and must be obtained separately in order to build the binary package. This can be done in two 
ways:

 1) Running `make source` which will pull the documentation directly from the website page-by-page.
 
 2) Downloading an already prepared archive from <http://en.cppreference.com/w/Cppreference:Archives>.
    This method is preferred.
    
Note, that abovementioned documentation is still a raw copy of the website and needs to be 
transformed in order to be suitable for local viewing. Three documentation formats are currently
supported:

 1) Plain html documentation. Can be generated using `make output`. The result of the transformation 
    will be placed at the 'output/' subdirectory.
 
 2) Devhelp documentation format. Can be generated using `make doc_devhelp`. `make install` installs 
    the documentation into proper locations.
 
 3) QT Help documentation format (.qch). Can be generated using `make doc_qch`. `make install` 
    installs the documentation into proper locations.

  Dependencies
  ============
  
The package depends on 'httrack', 'xsltproc' and 'qhelpgenerator' for the generation of the 
documentation. 

  See also
  ========
  
Debian packaging information for this package is maintained at 
<https://github.com/p12tic/cppreference-doc-debian>
